3.2.10 \(\int \frac {(3 a+b x^2)^2}{(a-b x^2)^{7/3}} \, dx\)

Optimal. Leaf size=44 \[ \frac {3 x \left (3 a+b x^2\right )}{2 \left (a-b x^2\right )^{4/3}}+\frac {9 x}{2 \sqrt [3]{a-b x^2}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 44, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.083, Rules used = {413, 383} \begin {gather*} \frac {3 x \left (3 a+b x^2\right )}{2 \left (a-b x^2\right )^{4/3}}+\frac {9 x}{2 \sqrt [3]{a-b x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(3*a + b*x^2)^2/(a - b*x^2)^(7/3),x]

[Out]

(9*x)/(2*(a - b*x^2)^(1/3)) + (3*x*(3*a + b*x^2))/(2*(a - b*x^2)^(4/3))

Rule 383

Int[((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Simp[(c*x*(a + b*x^n)^(p + 1))/a, x]
 /; FreeQ[{a, b, c, d, n, p}, x] && NeQ[b*c - a*d, 0] && EqQ[a*d - b*c*(n*(p + 1) + 1), 0]

Rule 413

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[((a*d - c*b)*x*(a + b*x^n)^
(p + 1)*(c + d*x^n)^(q - 1))/(a*b*n*(p + 1)), x] - Dist[1/(a*b*n*(p + 1)), Int[(a + b*x^n)^(p + 1)*(c + d*x^n)
^(q - 2)*Simp[c*(a*d - c*b*(n*(p + 1) + 1)) + d*(a*d*(n*(q - 1) + 1) - b*c*(n*(p + q) + 1))*x^n, x], x], x] /;
 FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && LtQ[p, -1] && GtQ[q, 1] && IntBinomialQ[a, b, c, d, n, p, q
, x]

Rubi steps

\begin {align*} \int \frac {\left (3 a+b x^2\right )^2}{\left (a-b x^2\right )^{7/3}} \, dx &=\frac {3 x \left (3 a+b x^2\right )}{2 \left (a-b x^2\right )^{4/3}}-\frac {3 \int \frac {-12 a^2 b+4 a b^2 x^2}{\left (a-b x^2\right )^{4/3}} \, dx}{8 a b}\\ &=\frac {9 x}{2 \sqrt [3]{a-b x^2}}+\frac {3 x \left (3 a+b x^2\right )}{2 \left (a-b x^2\right )^{4/3}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 5.03, size = 24, normalized size = 0.55 \begin {gather*} \frac {9 a x-3 b x^3}{\left (a-b x^2\right )^{4/3}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(3*a + b*x^2)^2/(a - b*x^2)^(7/3),x]

[Out]

(9*a*x - 3*b*x^3)/(a - b*x^2)^(4/3)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 21.56, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (3 a+b x^2\right )^2}{\left (a-b x^2\right )^{7/3}} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(3*a + b*x^2)^2/(a - b*x^2)^(7/3),x]

[Out]

Defer[IntegrateAlgebraic][(3*a + b*x^2)^2/(a - b*x^2)^(7/3), x]

________________________________________________________________________________________

fricas [A]  time = 1.37, size = 42, normalized size = 0.95 \begin {gather*} -\frac {3 \, {\left (b x^{3} - 3 \, a x\right )} {\left (-b x^{2} + a\right )}^{\frac {2}{3}}}{b^{2} x^{4} - 2 \, a b x^{2} + a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+3*a)^2/(-b*x^2+a)^(7/3),x, algorithm="fricas")

[Out]

-3*(b*x^3 - 3*a*x)*(-b*x^2 + a)^(2/3)/(b^2*x^4 - 2*a*b*x^2 + a^2)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {{\left (b x^{2} + 3 \, a\right )}^{2}}{{\left (-b x^{2} + a\right )}^{\frac {7}{3}}}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+3*a)^2/(-b*x^2+a)^(7/3),x, algorithm="giac")

[Out]

integrate((b*x^2 + 3*a)^2/(-b*x^2 + a)^(7/3), x)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 24, normalized size = 0.55 \begin {gather*} \frac {3 \left (-b \,x^{2}+3 a \right ) x}{\left (-b \,x^{2}+a \right )^{\frac {4}{3}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x^2+3*a)^2/(-b*x^2+a)^(7/3),x)

[Out]

3/(-b*x^2+a)^(4/3)*x*(-b*x^2+3*a)

________________________________________________________________________________________

maxima [A]  time = 1.89, size = 33, normalized size = 0.75 \begin {gather*} \frac {3 \, {\left (b x^{3} - 3 \, a x\right )}}{{\left (b x^{2} - a\right )} {\left (-b x^{2} + a\right )}^{\frac {1}{3}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+3*a)^2/(-b*x^2+a)^(7/3),x, algorithm="maxima")

[Out]

3*(b*x^3 - 3*a*x)/((b*x^2 - a)*(-b*x^2 + a)^(1/3))

________________________________________________________________________________________

mupad [B]  time = 4.78, size = 27, normalized size = 0.61 \begin {gather*} \frac {3\,x\,\left (a-b\,x^2\right )+6\,a\,x}{{\left (a-b\,x^2\right )}^{4/3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((3*a + b*x^2)^2/(a - b*x^2)^(7/3),x)

[Out]

(3*x*(a - b*x^2) + 6*a*x)/(a - b*x^2)^(4/3)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (3 a + b x^{2}\right )^{2}}{\left (a - b x^{2}\right )^{\frac {7}{3}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x**2+3*a)**2/(-b*x**2+a)**(7/3),x)

[Out]

Integral((3*a + b*x**2)**2/(a - b*x**2)**(7/3), x)

________________________________________________________________________________________